Parameters
Types
Functional interface to run an action on expected types.
Functional interface to transform expected types.
Functions
Fold the expected to a common type.
Retruns the value, if available, or produces a fallback with the provided function.
Returns if the expected contains an error.
Returns if the expected contains a value.
Map both value or error to a new type.
Map error to a new type or return encapsulated value.
Map value to a new type or return the encapsulated error.
Execute an action if this expected is an error.
Execute an action if this expected is an error.
Properties